projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82c355
)
Make message in hack-local-variables-confirm clearer
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Jan 2022 16:09:55 +0000
(17:09 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Jan 2022 16:09:55 +0000
(17:09 +0100)
* lisp/files.el (hack-local-variables-confirm): Mention the
.dir-locals.el file in the message to be slightly less confusing
(bug#27066).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 51c6968cffd865e538de58c962bf535276e062a7..e021545cf14f49854e49bd8ea72e383809eeff4a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3641,7
+3641,7
@@
DIR-NAME is the name of the associated directory. Otherwise it is nil."
(cond
(unsafe-vars
(insert "The local variables list in " name
- "\ncontains values that may not be safe (*)"
+ "\n
or .dir-locals.el
contains values that may not be safe (*)"
(if risky-vars
", and variables that are risky (**)."
".")))